 This stylesheet generated by Transfonter (https://transfonter.org) on July 16, 2017 4:13 PM */
@charset utf-8;

html, body {

    margin: 0 !important;
    padding: 0 !important;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-align: center;
  overflow: auto;
 
}


*{
	margin: 0;
	padding: 0;
}

body{

	font-family: proxima-nova,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #161630;
    background-color: none;
    overflow-y: hidden;
}

body{

    overflow-y: scroll;
}

/*remove default border on validation on input*/

input:required:invalid {
    outline: none;
}

input:invalid {
    box-shadow: none !important;
}

/*----for extra padding-----*/

.container-fluid {
  padding-right: 0px;
  padding-left:0px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: 0;
  margin-left: 0;
}



/*BRowser Custom Scroll*/
/*
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    background-color: #CFCFCF
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5
}
::-webkit-scrollbar-thumb {
    background-color: #141C29
}

::@-ms-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    background-color: #CFCFCF
}
::@-ms-scrollbar {
    width: 10px;
    background-color: #F5F5F5
}
::@-ms-scrollbar-thumb {
    background-color: #141C29
}


::@-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    background-color: #CFCFCF
}
::@-moz-scrollbar {
    width: 10px;
    background-color: #F5F5F5
}
::@-moz-scrollbar-thumb {
    background-color: #141C29
}
*/
    /*End browser scroll*/

/*------------------Modal Box------------------------*/

.modal {
  top: 2%;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-weight: 700;
}

.modal-header img{
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: auto;
}

.modal-header {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0px;
}

.modal-img {
    padding: 50px 0 50px 0;
}


.modal-dialog {
    width: 45%;
    }


.modal-content {
        border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
        border: 1px solid rgba(0,0,0,0);
}

.modal-footer {
    padding: 0px;
    text-align: center;
  border-top: none;
}

  .modal-footer button{
   float: none;
   text-align: center;
   background-color: #474b9f;
   border-radius: 100px;
   padding: 15px 70px;
   font-size: 22px;
   color: #fff;
    margin: 10px 0 50px 0;
    border:  none;

}

.close{
    opacity: 1;
}

/*--modal-form ---*/


/* form starting stylings ------------------------------- */

form {
    margin: 40px 50px;

}

.group{ 
  position:relative; 
  margin-bottom:45px; 
  width: auto;
}
input{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  border:none;
  width: 100%;
  border-bottom:1px solid #757575;
}



input:focus{ outline:none; }

/* LABEL ======================================= */

label{

  color:#161630; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label    {
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

/* BOTTOM BARS ================================= */
.bar  { position:relative; display:block; width:300px; }
.bar:before, .bar:after   {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}





/*--------------------------------BACK TO TOP BTN----------------------------*/

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 1000;
}


.btn-group-lg>.btn, .btn-lg {
    padding: 5px 16px;
    font-size: 32px;
    line-height: 1.3333333;
    border-radius: 500px;
}

.btn-primary {
    color: #f8981d;
    background-color: rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0); 
}

.btn-primary:hover {
    color: #f8981d;
    background-color: rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,0);
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #f8981d;
    background-color: rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,0);
}


.btn-primary.focus, .btn-primary:focus {
    color: #f8981d;
    background-color: rgba(0,0,0,.5);
    border:1px solid rgba(0,0,0,0);
}
/*----------------------------------Header-Custom---------------------------*/

/*
 * Custom styles
 */

.navbar-brand {
     width: 60%;
     padding: 6px 15px;
}

 .navbar-nav>li>a {
    line-height: 30px;
    color: #fff;
}



.navbar-container {
    padding: 20px 0 40px 0;
}


.navbar.navbar-fixed-top.fixed-theme {
   background-color: rgba(0,0,0,0.9);
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}
  
.navbar-container.fixed-theme {
    padding: 10px 0;

}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
 .container>.navbar-collapse, .container>.navbar-header {
    margin: 1px 0;
    padding:0;
   
}

 .nav>li>a:hover {
    color: #f8981d;
    background-color: transparent;
    border-radius: 0px;
    text-decoration: none;
}

.nav>li>a:focus {
    background-color: transparent;
    border-radius: 0px;
    text-decoration: none;
}


.navbar-default .navbar-nav>li>a:hover, {
    color: #f8981d;
    background-color:transparent;
    border-radius: 0px;

}

.navbar-default .navbar-nav>li>a:focus,{
  background-color:transparent;
    border-radius: 0px;

}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #f8981d;
    background-color: transparent;
    border-radius: 0px;
    font-size: 20px;
}

.navbar-default .navbar-nav>.active>a:focus{

 background-color: transparent;
    border-radius: 0px;
    font-size: 20px;
}

.nav>li>a {
    padding: 5px 22px;
    margin: 0 10px;
    font-size: 20px;
}


.navbar-nav>li>a {
    line-height: 30px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}


.navbar-nav>li::after {
  content: '';
  display: block;
  margin: auto;
  width: 0;
  height: 2px;
  background: #f8981d;
  -webkit-transition: width .2s ease-in-out;
  transition: width .2s ease-in-out;
}

.navbar-nav>li:hover::after {
  width: 52%;
}

.navbar-nav>li.active::after{
   content: '';
  display: block;
  margin: auto;
  width: 52%;
  height: 2px;
  background: #f8981d;
}

ul.nav.navbar-nav.navbar-right {
    padding-top: 1%;
}




/*responsive header*/

.navbar-toggle {
  background-color: #f8981d;
  margin-right: 34px;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

/*.navbar-toggle .icon-bar:nth-of-type(4){
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-linkedin-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
    top: -6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: 0px;
    transform: rotate(-45deg);
}
*/




/*----------------------wssssss-End Header Custom----------------------------*/


/*---------Banner --------------*/

.res-firstslide-text{
    display: none;
}




/*-----------------------------About Section-------------------------*/


.about-img {
    width: 700px;
    height: 100%;
   float: left;
   background-color: #f0f1f3;
}


.about-inner {
    height: 100%;
    margin-top: 2%;

}

.about-comma{
  font-size: 100px;
  color: #9a5905;
   opacity: 0.3;
    position: absolute;
}

.about-copy {
    font-size: 26px;
    color: #161630;
    width: 100%;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #f8981d;
    padding: 35px 0;
    margin-top: 4%;
}


.about-section{
    text-align: center;
    margin: 0 auto;
    background-color: #f0f1f3;
    height: 565px;
    width: 100%;
    padding: 5% 0 0 0
}

.about-box h3 {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 35px;
}

.about-box p {
    color: #161630;
    font-size: 23px;
    line-height: 38px;
    width: 93%;
    margin: 0 auto;
}

.about-para-second{
  padding-top: 3%;

}

.brand-text {
    font-size: 28px;
    font-weight: 600;
    color: #f8981d;

}

.about-box {
    width: 80%;
    height: auto;
    background-color: transparent;
    text-align: center;
    margin: 0 auto;
}


.about-content {
    height: 550px;
    margin: 0 auto;

}


/*end about*/

/*Services*/
.services {
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: auto;
   padding: 5% 13% 5% 13%;
}


.service-card {
  position: relative;
    background-color: transparent;
    margin: 17% 10% 0 0;
    text-align: center;
    padding: 60px 0 50px 0;
    border: 1px solid rgba (0 0 0, 0);
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.12);
}

.service-card img {
    width: auto;
}

.service-card h6 {
    font-size: 20px;
    color: #161630;
    padding-top: 20px;
    font-weight: 700; 
}

.service-card p {
    font-size: 16px;
    color: #161630;
    padding: 10px 20px 10px 20px; 
    font-weight: 500;
}

.service-title {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 20px;
    /*border-bottom: 2px solid #f8981d;
    width: 10%;*/
    margin: 0 auto;
}


.service-title::after{
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #f8981d;
   margin: 0 auto;
   margin-top: 10px;
}

.service-content {
   color: #161630;
    font-size: 21px;
    line-height: 28px;
    width: 93%;
    margin: 0 auto;
}

/*.service-card:hover {
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
    cursor: pointer;
    transition: .5s;
    padding-top: 45px;

}
*/

/*end services*/

/*-------Our Process-------------*/


.bg-wrapper {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}
.section-header {
  padding-top: 5.625em;
  text-align: center;
}
.section-header h3 {
  margin-bottom: 0.5em;
}
.section-header .line-red {
  margin: 2.5em auto 2.9375em auto;
}
.line-red {
  display: block;
  width: 4em;
  height: 0.1875em;
  margin: 0 auto;
  background: #f38181;
}

/* Section-1 Styles */
#section-1 {
  height: 38em;
  color: #fff;
  background-color: #222;
}
#section-1 .content-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
#section-1 .content-slider input {
  display: none;
}
#section-1 .content-slider .slider {
  position: relative;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
#section-1 .content-slider .slider .banner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  width: inherit;
  height: inherit;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all .5s ease;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper {
  height: 100%;
  padding-top: 6em;
  background-image: linear-gradient(rgba(243, 129, 129, 0.9), rgba(252, 227, 138, 0.9));
  box-sizing: border-box;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
  padding-bottom: 0.3em;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  font-size: 2.5em;
  text-transform: none;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
  font-size: 6em;
  line-height: 95%;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
  display: block;
  width: 4em;
  height: 0.1875em;
  margin: 2.5em auto;
  background: #fff;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button {
  padding-bottom: 5em;
  z-index: 15 !important;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a {
  padding: 0.5em 2em;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 0.875em;
  color: #fff;
  text-transform: uppercase;
  border: 0.1875em solid #fff;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
  color: #e88382;
  border-color: #e88382;
  transition: .3s;
}
#section-1 .content-slider .slider #top-banner-1 {
  background: url('https://www.congress-security.com/other-projects/mogo-carousel/image/banner-1.png') no-repeat center center;
  background-size: cover;
}
#section-1 .content-slider .slider #top-banner-2 {
  background: url('https://www.congress-security.com/other-projects/mogo-carousel/image/banner-2.png') no-repeat center center;
  background-size: cover;
}
#section-1 .content-slider .slider #top-banner-3 {
  background: url('https://www.congress-security.com/other-projects/mogo-carousel/image/banner-3.png') no-repeat center center;
  background-size: cover;
}
#section-1 .content-slider .slider #top-banner-4 {
  background: url('https://www.congress-security.com/other-projects/mogo-carousel/image/banner-4.png') no-repeat center center;
  background-size: cover;
}
#section-1 .content-slider .process-nav {
  position: absolute;
  bottom: 0.5em;
  width: 100%;
  z-index: 10;
  text-align: center;
}
#section-1 .content-slider .process-nav .controls {
  display: block;
  width: 70%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
}
#section-1 .content-slider .process-nav .controls label {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 3.1em;
  overflow: hidden;
  margin: 0 1em;
  padding-top: 1em;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  color: #f6eac5;
  font-weight: 400;
  cursor: pointer;
  transition: all .3s;
}
#section-1 .content-slider .process-nav .controls label .progressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #f6eac5;
  z-index: 100;
}
#section-1 .content-slider .process-nav .controls label .progressbar .progressbar-fill {
  position: inherit;
  width: inherit;
  height: inherit;
  margin-left: -100%;
  background: #e88382;
}
#section-1 .content-slider .process-nav .controls label span {
  font-size: 1.4em;
  font-weight: 700;
}
#section-1 .content-slider .process-nav .controls label:hover {
  color: #e88382;
}

#section-1 .content-slider #banner1:checked ~ .slider #top-banner-1,
#section-1 .content-slider #banner2:checked ~ .slider #top-banner-2,
#section-1 .content-slider #banner3:checked ~ .slider #top-banner-3,
#section-1 .content-slider #banner4:checked ~ .slider #top-banner-4 {
  opacity: 1;
  z-index: 1;
}
#section-1 .content-slider #banner1:checked ~ .process-nav label:nth-of-type(1),
#section-1 .content-slider #banner2:checked ~ .process-nav label:nth-of-type(2),
#section-1 .content-slider #banner3:checked ~ .process-nav label:nth-of-type(3),
#section-1 .content-slider #banner4:checked ~ .process-nav label:nth-of-type(4) {
  cursor: default;
  color: #fff;
  transition: all .5s;
}
#section-1 .content-slider #banner1:checked ~ .process-nav label:nth-of-type(1) .progressbar,
#section-1 .content-slider #banner2:checked ~ .process-nav label:nth-of-type(2) .progressbar,
#section-1 .content-slider #banner3:checked ~ .process-nav label:nth-of-type(3) .progressbar,
#section-1 .content-slider #banner4:checked ~ .process-nav label:nth-of-type(4) .progressbar {
  background: #fff;
}
#section-1 .content-slider #banner1:checked ~ .process-nav label:nth-of-type(1) .progressbar-fill,
#section-1 .content-slider #banner2:checked ~ .process-nav label:nth-of-type(2) .progressbar-fill,
#section-1 .content-slider #banner3:checked ~ .process-nav label:nth-of-type(3) .progressbar-fill,
#section-1 .content-slider #banner4:checked ~ .process-nav label:nth-of-type(4) .progressbar-fill {
  animation: progressBarFill 5s linear;
}
/* Animations */
@keyframes progressBarFill {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}
/* Media Queries */
@media only screen and (min-width: 1920px)
  
  .main-header .header-wrapper {
    width: 57%;
  }
  #section-1 {
    height: 46em;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 12em;
  }
}
@media only screen and (max-width: 1919px) {

  
  #section-1 {
    height: 43em;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 11em;
  }
}
@media only screen and (max-width: 1680px) {
  
  #section-1 {
    height: 40em;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 9em;
  }
}

@media only screen and (max-width: 1120px) {
  
  #section-1 {
    height: 35em;
  }
  #section-1 .content-slider .process-nav {
    bottom: -0.2em;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 7em;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
    margin: 2em auto;
  }
}
@media only screen and (max-width: 1024px) {
 
 
  #section-1 .content-slider .process-nav {
    bottom: 0;
  }
  #section-1 .content-slider .process-nav .controls {
    width: 80%;
  }
}
@media only screen and (max-width: 860px) {
 
  #section-1 {
    height: 29em;
  }
  #section-1 .content-slider .process-nav {
    bottom: -1em;
  }
  #section-1 .content-slider .process-nav .controls {
    width: 90%;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
    font-size: 2em;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 4.5em;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 5em;
  }
}
@media only screen and (max-width: 768px) {
 
  #section-1 {
    height: 27em;
  }
  #section-1 .content-slider .process-nav .controls {
    width: 100%;
  }
  #section-1 .content-slider .process-nav .controls label {
    width: 19%;
    font-size: 0.8em;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
    margin: 1.7em auto;
  }
}

@media only screen and (max-width: 480px) {
 
  #section-1 {
    height: 26em;
  }
  #section-1 .content-slider .process-nav {
    bottom: -0.5em;
  }
  #section-1 .content-slider .process-nav .controls label {
    width: 40%;
    font-size: 0.7em;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
    font-size: 1.5em;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 3em;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
    margin: 1.7em auto;
  }
}

/*end process section*/


/*-------------------------Process Banner----------------------*/


.indicators-line > .bullet{
    right: 45%;
    bottom: 1%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}


/*---------------------CONTACT US----------------*/

.divide{
	border-top: 1px solid rgba(15, 20, 34, 0.12); 
}


.contact-inner{
	padding: 0;
}


/*------------------left column------------------------*/

#contact-form {
    background-color: #fff;
    height: 502px;
}

#contact-form h3 {
    color: #161630;
    font-weight: 600;
    text-align: left;
    padding: 8% 0 2% 20%;
    font-size: 36px;
}

.wrap {
  width: 450px;
  margin: 44px auto 0 auto;
}


.group-contact {
  position:relative; 
  margin-bottom:45px; 
}

.mat-label {
  display: block;
  transition: all 0.5s;
   font-weight: 500;
    font-size: 20px;
    color: #161630;
}


.button-form {
    background: url(../send-btn.png) no-repeat;
    display: inline-block;
    border: none;
    float: right;
    margin: 0;
    width: 110px;
    left: 20px;
    height: 110px;
}
.button-form:hover, .button-form:active, .button-form:focus {
  background: url(../send-btn-hover.png) no-repeat;

}


button:focus {outline:0;}


/*-----------------------right column------------------------*/


#get-in-touch {
    background-color: #0F1422;
    height: 502px;
    padding-left: 0;
}


#get-in-touch h3{

    color: #b0b9ca;
    padding-left: 60px;
    font-weight: 400;
    text-align: left;
    padding: 8% 0 0 20%;
    font-size: 36px;
    padding-left: 56px;

}

.location-content{
        padding: 10% 0 2% 10%;
        text-align: left;
}

.location-content img {
    width: auto;
}


.mail-content{
        padding: 5% 0 1% 10%;
        text-align: left;
}

.mail-content img {
    width: auto;
}


.address {
    font-size: 22px;
    color: rgb(73, 87, 113);
    display: inline-flex;
    padding: 0 0 0 20px;  
}

.social-icon {
    padding: 10% 0 2% 10%;
    cursor: pointer;
    text-align: left;
}

.social-icon a {
    padding-right: 14%;
    width: auto;
}


.twitter{
  background: url('../twitter.png') no-repeat; 
      display: inline-block;
      height: 40px;
    
}

.facebook{
  background: url('../facebook.png') no-repeat; 
  display: inline-block;
      height: 40px;
    
}

.linkedin{
  background: url('../linkedin.png') no-repeat; 
  display: inline-block;
  height: 40px;
   
}

.behance{
  background: url('../be.png') no-repeat; 
      display: inline-block;
      height: 40px;
    
}

.twitter:hover, .twitter:active {
  background: url('../twitter-hover.png') no-repeat; 
  transition: 0.3s;
 
}

.facebook:hover, .facebook:active{
  background: url('../facebook-hover.png') no-repeat; 
   transition: 0.3s;

}

.linkedin:hover, .linkedin:active{
  background: url('../linkedin-hover.png') no-repeat; 
     transition: 0.3s;
}

.behance:hover, .behance:active{
  background: url('../be-hover.png') no-repeat; 
     transition: 0.3s;
}


/**/


/* form starting stylings ------------------------------- */

.group  { 
  position:relative; 
  margin-bottom:45px; 
  width: auto;
}

input {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #d0d2d4;

}

input:focus {
 outline:none;
  }

/* LABEL ======================================= */
label{

  color:#161630; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
/* active state */
input:focus ~ label, input:valid ~ label    {
  top:-20px;
  font-size:14px;
  color:#161630;
}


.sub-label {
     display: block;
  transition: all 0.5s;
   font-weight: 500;
    font-size: 20px;
    color: #5264AE;
}

/* BOTTOM BARS ================================= */
.bar
   { position:relative; 
    display:block; width:300px;
    width: 100%;
      }


.bar:before, .bar:after     {
  content:'';
  height:1px; 
  width:0;
  position:absolute;
  background:#161630; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/*---------------- ENd contact us----------------------*/


/*------------------------------Ripple effect---------------------------*/

.ripplelink{
 
  position:relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index:0;
  border-radius: 100px;
  height: 90px;
}


.button:hover{
    z-index:1000;
  box-shadow:rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  -webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  -moz-box-shadow:rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}



.ink {
 
  position: absolute;
  background:rgba(255, 255, 255, 0.3);
  -webkit-transform:scale(0);
  -ms-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
}

.animate {
    -webkit-animation:ripple 0.65s ease-out;
    -moz-animation:ripple 0.65s ease-out;
    -ms-animation:ripple 0.65s ease-out;
    -o-animation:ripple 0.65s ease-out;
    animation:ripple 0.65s ease-out;
}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-ms-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}


.cyan{
  background:#00bcd4;
}


/**/


/*---------------------Footer----------------------*/

.footer {
background-color: #080818;
text-align: center;
padding: 20px 0;
font-size: 16px;
color: #3c485c;
}
